In Operators§
See primary documentation in context for infix <
multi infix:«<»(Int, Int)multi infix:«<»(Num, Num)multi infix:«<»(Real, Real)
Coerces both arguments to Real
(if necessary); returns True
if the first argument is smaller than the second.